home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
util2
/
fiflb381.lha
/
htag.a
< prev
next >
Wrap
Text File
|
1991-01-01
|
250b
|
20 lines
; FIFO-HANDLER HTAG.A
;
; Support for software int to transfer packet from
; private port to IoSink
section text,code
xdef _AIntCode
xref _IntCode
_AIntCode
move.l A1,-(sp)
jsr _IntCode(pc)
move.l (sp)+,A1
rts
END